* floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 8 Sep 2012 19:57:32 +0000 (12:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 8 Sep 2012 19:57:32 +0000 (12:57 -0700)
commit80b4dc849dc578f275318ba3a034c2f0fab29250
treedd2a6d23124933eb2312273c5a46603c36dc2202
parent314605553ac38301a7044003b930b3311311bb27
* floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).

This produces more-accurate results.
src/ChangeLog
src/floatfns.c